Esx Settings Depots Offline Summary

Esx Settings Depots Offline Summary
Esx Settings Depots Offline Summary

The Esx Settings Depots Offline Summary schema defines the summary information regarding an offline depot.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "description": "string",
    "source_type": "string",
    "location": "string",
    "file_id": "string",
    "owner": "string",
    "ownerdata": "string"
}
string
description
Required

Description of the depot. If not set during import, it will be empty.

This property was added in vSphere API 7.0.0.0.

string
source_type
Required

Type of the source from which offline depot is obtained.

For more information see: Esx Settings Depots Offline SourceType.

This property was added in vSphere API 7.0.0.0.

string As uri As uri
location
Optional

Location of the depot from which content is retrieved.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of source_type is Esx Settings Depots Offline SourceType.PULL.

string
file_id
Optional

File identifier returned by the file upload endpoint after file is uploaded.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of source_type is Esx Settings Depots Offline SourceType.PUSH.

string
owner
Optional

Name of the user creating the depot.

This property was added in vSphere API 7.0.3.0.

This property is optional because it was added in a newer version than its parent node.

string
ownerdata
Optional

Private data saved by the owner of depot. It is opaque to vLCM.

This property was added in vSphere API 7.0.3.0.

This property is optional because it was added in a newer version than its parent node.